public override void Import(
System.Collections.Generic.IEnumerable<PdfPage> pages,
System.IO.Stream stream
)
public: void Import(
System.Collections.Generic.IEnumerable<PdfPage*>* pages,
System.IO.Stream* stream
); override
public:
void Import(
System.Collections.Generic.IEnumerable<PdfPage^>^ pages,
System.IO.Stream^ stream
); override
'Declaration Public Overloads Overrides Sub Import( _
ByVal pagesThe collection of PDF pages.As System.Collections.Generic.IEnumerable(Of PdfPage), _
ByVal streamThe stream from which codec must load PDF annotations.As System.IO.Stream _
)
Parameters
- pages
- The collection of PDF pages.
- stream
- The stream from which codec must load PDF annotations.